LEADTOOLS JPEG 2000 (Leadtools.Jpeg2000 assembly)
LEAD Technologies, Inc

AppendFrames(RasterCodecs,String,List<CompositeJpxImages>,Int32,Int32) Method

Example 





The Leadtools.Codecs.RasterCodecs object.
System.String containing the name of the file to which the new frames are being appended.
List of CompositeJpxImages containing the layer image data that will be appended.
Resulting file's pixel depth. Possible values are: 8, 12, 16, 24, 32, 48, 64, and 0. A value of zero [0] means that each image will be saved with its bits per pixel value, if that value is equal to one of the possible values (8, 12, 16, 24, 32, 48, or 64).
Quality factor. This value determines the degree of loss in the compression process. Possible values are from 0 to 255. A value of zero (0) represents lossless compression. Values between 1 and 255 are interpreted as a compression ratio.
Appends new frames to a currently existing JPEG 2000 file. This method is available in the Document/Medical Toolkits.
Syntax
public void AppendFrames( 
   RasterCodecs codecs,
   string fileName,
   List<CompositeJpxImages> compositeImages,
   int bitsPerPixel,
   int qualityFactor
)
'Declaration
 
Public Overloads Sub AppendFrames( _
   ByVal codecs As RasterCodecs, _
   ByVal fileName As String, _
   ByVal compositeImages As List(Of CompositeJpxImages), _
   ByVal bitsPerPixel As Integer, _
   ByVal qualityFactor As Integer _
) 
'Usage
 
Dim instance As Jpeg2000Engine
Dim codecs As RasterCodecs
Dim fileName As String
Dim compositeImages As List(Of CompositeJpxImages)
Dim bitsPerPixel As Integer
Dim qualityFactor As Integer
 
instance.AppendFrames(codecs, fileName, compositeImages, bitsPerPixel, qualityFactor)
public void AppendFrames( 
   RasterCodecs codecs,
   string fileName,
   List<CompositeJpxImages> compositeImages,
   int bitsPerPixel,
   int qualityFactor
)
 function Leadtools.Jpeg2000.Jpeg2000Engine.AppendFrames(RasterCodecs,String,List{CompositeJpxImages},Int32,Int32)( 
   codecs ,
   fileName ,
   compositeImages ,
   bitsPerPixel ,
   qualityFactor 
)
public:
void AppendFrames( 
   RasterCodecs^ codecs,
   String^ fileName,
   List<CompositeJpxImages^>^ compositeImages,
   int bitsPerPixel,
   int qualityFactor
) 

Parameters

codecs
The Leadtools.Codecs.RasterCodecs object.
fileName
System.String containing the name of the file to which the new frames are being appended.
compositeImages
List of CompositeJpxImages containing the layer image data that will be appended.
bitsPerPixel
Resulting file's pixel depth. Possible values are: 8, 12, 16, 24, 32, 48, 64, and 0. A value of zero [0] means that each image will be saved with its bits per pixel value, if that value is equal to one of the possible values (8, 12, 16, 24, 32, 48, or 64).
qualityFactor
Quality factor. This value determines the degree of loss in the compression process. Possible values are from 0 to 255. A value of zero (0) represents lossless compression. Values between 1 and 255 are interpreted as a compression ratio.
Remarks
All engine boxes will be reset.
Example
 
Private Sub AppendFramesStringExample(ByVal fileName As String, ByVal images As List(Of CompositeJpxImages))
   Dim codecs As New RasterCodecs()
   codecs.ThrowExceptionsOnInvalidImages = True
   Dim engine As New Jpeg2000Engine()
   engine.AppendFrames(codecs, fileName, images, 0, 5)

   '  Clean up
   codecs.Dispose()
End Sub
public void AppendFramesStringExample(String fileName, List<CompositeJpxImages> images)
{
   RasterCodecs codecs = new RasterCodecs();
   codecs.ThrowExceptionsOnInvalidImages = true;
   Jpeg2000Engine engine = new Jpeg2000Engine();
   engine.AppendFrames(codecs, fileName, images, 0, 5);
   // Clean up
   codecs.Dispose();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Jpeg2000Engine Class
Jpeg2000Engine Members
Overload List
AppendFrames(RasterCodecs, Stream, List, Int32, Int32)
AppendGmlData
ReadBox
Compression Using LEAD and JPEG Formats
File Formats - JPEG And LEAD Compressed
Bitmaps In Memory And In Files
JPEG2000 File Comments
JPEG And LEAD File Comments
Programming with JPEG 2000 Features
JPEG 2000 Boxes

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Jpeg2000 requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features